home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
AIncludes
/
Packages.a
< prev
next >
Wrap
Text File
|
1996-05-01
|
1KB
|
55 lines
;
; File: Packages.a
;
; Contains: Package Manager Interfaces.
;
; Version: Technology: System 7.5
; Release: Universal Interfaces 3.0d3 on Copland DR1
;
; Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
;
; Bugs?: If you find a problem with this file, send the file and version
; information (from above) and the problem description to:
;
; Internet: apple.bugs@applelink.apple.com
; AppleLink: APPLE.BUGS
;
;
IF &TYPE('__PACKAGES__') = 'UNDEFINED' THEN
__PACKAGES__ SET 1
IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
include 'Types.a'
ENDIF
IF FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED THEN
listMgr EQU 0 ; list manager
dskInit EQU 2 ; Disk Initializaton
stdFile EQU 3 ; Standard File
flPoint EQU 4 ; Floating-Point Arithmetic
trFunc EQU 5 ; Transcendental Functions
intUtil EQU 6 ; International Utilities
bdConv EQU 7 ; Binary/Decimal Conversion
editionMgr EQU 11 ; Edition Manager
;
; pascal void InitPack(short packID)
;
IF ¨ GENERATINGCFM THEN
_InitPack: OPWORD $A9E5
ELSE
IMPORT_CFM_FUNCTION InitPack
ENDIF
;
; pascal void InitAllPacks(void )
;
IF ¨ GENERATINGCFM THEN
_InitAllPacks: OPWORD $A9E6
ELSE
IMPORT_CFM_FUNCTION InitAllPacks
ENDIF
ENDIF
ENDIF ; __PACKAGES__